home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / panic.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  264 b   |  15 lines

  1. on exitFrame
  2.   global mv, mh, mkname, dname
  3.   updateStage()
  4.   if soundBusy(1) = 0 then
  5.     puppetSound("panic.aiff")
  6.   end if
  7.   if the mouseH <> mh then
  8.     if the mouseV <> mv then
  9.       puppetSound(0)
  10.       go(mkname, dname)
  11.     end if
  12.   end if
  13.   go("main")
  14. end
  15.